home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_150.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  303 b   |  11 lines

  1. EXACT
  2. Returns the logical value TRUE if both arguments text1 and text2 are identical in case and characters.
  3.  
  4. Format: EXACT (text1, text2)
  5.  
  6. Argument:
  7. ΓÇó  text1, text2: Any text expression.
  8.  
  9. Example:
  10. EXACT ("dog", "DOG") returns FALSE.
  11. Shows that the words in the function's arguments are not identical.